POV-Ray : Newsgroups : povray.newusers : stereo camera : stereo camera Server Time
29 Jul 2024 18:16:13 EDT (-0400)
  stereo camera  
From: Ajees
Date: 27 May 2005 13:20:00
Message: <web.429755fca665835a5ea7462e0@news.povray.org>
Hai
I wish to create a stereo pictuers side by side (left and right) for my
molecule using the following camera position.

// Pov 'camera'
//  to view default ribbons box:  X+-25; Y+-20
/**** pov-image script should replace this with something:
camera {
 //location <0.0,0.0,500.0>    // far away in Z
 // for stereo, eye-separation = 0.1*distance
 location <25.0,0.0,500.0> // stereo 'Right' Z
 //location <-25.0,0.0,500.0>// stereo 'Left' Z
 up y                        // like the screen
 right -5/4*x                // makes right-handed
 angle 5.73                  // 2*atan(25/500)
 look_at <0.0,0.0,0.0>       // origin of ribbons box
}

****/

I will just comment / uncomment the Left and Right location to get the two
pictures. Unfortunatley the pictures which I am getting is not 3
dimensional.
Is there any suggestions?
Thanking you,
Yours
Ajees


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.